pub unsafe extern "C" fn napi_remove_env_cleanup_hook(
    env: napi_env,
    fun: napi_cleanup_hook,
    arg: *mut c_void
) -> napi_status