[][src]Function jl_sys::jl_call

pub unsafe extern "C" fn jl_call(
    f: *mut jl_function_t,
    args: *mut *mut jl_value_t,
    nargs: i32
) -> *mut jl_value_t