Type Definition libffi::low::RawCallback

source ·
pub type RawCallback = unsafe extern "C" fn(cif: *mut ffi_cif, result: *mut c_void, args: *mut *mut c_void, userdata: *mut c_void);
Expand description

The callback type expected by raw::ffi_prep_closure_loc.