Type Definition libffi::low::RawCallback [] [src]

type RawCallback = unsafe extern fn(_: *mut ffi_cif, _: *mut c_void, _: *mut *mut c_void, _: *mut c_void);

The callback type expected by raw::ffi_prep_closure_loc.