Expand description
Native low-level bindings
Structs
Constants
- Common error message for converting between c ‘size_t’ and rust ‘usize’;
Functions
Type Definitions
- Equivalent to C’s
char
type. - Equivalent to C’s
signed int
(int
) type. - Equivalent to C’s
unsigned int
type. - Equivalent to C’s
void
type when used as a pointer.