pub unsafe extern "C" fn napi_remove_wrap(
    env: NapiEnv,
    js_object: napi_value,
    result: *mut *mut c_void
) -> NapiStatus