Module ffi_types

Module ffi_types 

Source

Enums§

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

Type Aliases§

botan_view_bin_fn
botan_view_ctx
botan_view_str_fn
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.