- ffi_call
void ffi_call(ffi_cif* cif, void* fn, void* rvalue, void** avalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_prep_cif
ffi_status ffi_prep_cif(ffi_cif* cif, ffi_abi abi, uint nargs, ffi_type* rtype, ffi_type** atypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_prep_cif_var
ffi_status ffi_prep_cif_var(ffi_cif* cif, ffi_abi abi, uint nfixedargs, uint ntotalargs, ffi_type* rtype, ffi_type** atypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_double
ffi_type ffi_type_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_float
ffi_type ffi_type_float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_longdouble
ffi_type ffi_type_longdouble;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_pointer
ffi_type ffi_type_pointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_sint16
ffi_type ffi_type_sint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_sint32
ffi_type ffi_type_sint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_sint64
ffi_type ffi_type_sint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_sint8
ffi_type ffi_type_sint8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_uint16
ffi_type ffi_type_uint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_uint32
ffi_type ffi_type_uint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_uint64
ffi_type ffi_type_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_uint8
ffi_type ffi_type_uint8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ffi_type_void
ffi_type ffi_type_void;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.