jit_apply

Function jit_apply 

Source
pub unsafe extern "C" fn jit_apply(
    signature: jit_type_t,
    func: *mut c_void,
    args: *mut *mut c_void,
    num_fixed_args: c_uint,
    return_value: *mut c_void,
)