int ProcessByte( byte input, Span<byte> output )
Function ProcessByte ( input As Byte, output As Span(Of Byte) ) As Integer
int ProcessByte( unsigned char input, Span<unsigned char> output )
function ProcessByte(input, output);
In This Article