Function libffi::raw::ffi_prep_cif

source ·
pub unsafe extern "C" fn ffi_prep_cif(
    cif: *mut ffi_cif,
    abi: u32,
    nargs: u32,
    rtype: *mut ffi_type,
    atypes: *mut *mut ffi_type
) -> u32