[][src]Function neon_sys::Neon_Fun_Call

pub unsafe extern "C" fn Neon_Fun_Call(
    out: &mut Local,
    isolate: Isolate,
    fun: Local,
    this: Local,
    argc: i32,
    argv: *mut c_void
) -> bool