[]Function neon_runtime::nan::fun::call

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

Calls the function provided (fun) and mutates the out argument provided to refer to the result of the function call. Returns false if the result of the call was empty.