Function neon::sys::bindings::get_cb_info

source ·
pub unsafe fn get_cb_info(
    env: Env,
    cbinfo: CallbackInfo,
    argc: *mut usize,
    argv: *mut Value,
    this_arg: *mut Value,
    data: *mut *mut c_void
) -> Status
Available on crate features sys and napi-1 only.
Expand description