Function napi_cancel_async_work

Source
pub unsafe extern "C" fn napi_cancel_async_work(
    env: NapiEnv,
    work: napi_async_work,
) -> NapiStatus