pub unsafe extern "C" fn napi_remove_wrap(
    env: *mut napi_env__,
    js_object: *mut napi_value__,
    result: *mut *mut c_void
) -> u32