[]Function neon_runtime::nan::scope::nested

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

Creates a v8::HandleScope and calls the callback provided with the argument signature (out, realm, closure).