Type Definition libffi::low::RawCallback
[−]
[src]
type RawCallback = unsafe extern "C" fn(cif: *mut ffi_cif, result: *mut c_void, args: *mut *mut c_void, userdata: *mut c_void);
The callback type expected by raw::ffi_prep_closure_loc
.