[]Function neon_runtime::nan::scope::chained

pub unsafe extern "C" fn chained(
    out: *mut c_void,
    closure: *mut c_void,
    callback: extern "C" fn(&mut c_void, *mut c_void, *mut c_void, *mut c_void),
    parent_scope: *mut c_void
)

Creates a v8::EscapableHandleScope and calls the callback provided with the argument signature (out, parent_scope, &v8_scope, closure).