Module ffi_types

Source

Enums§

c_void
Equivalent to C’s void type when used as a pointer.

Type Aliases§

c_char
Equivalent to C’s char type.
c_int
Equivalent to C’s signed int (int) type.
c_uint
Equivalent to C’s unsigned int type.