pub type c_uchar = u8;
core_ffi_c
Equivalent to C’s unsigned char type.
unsigned char
This type will always be u8, but is included for completeness. It is defined as being an unsigned integer the same size as a C char.
u8
char