pub unsafe extern "C" fn napi_create_async_work(
env: napi_env,
execute: napi_async_execute_callback,
complete: napi_async_complete_callback,
data: *mut c_void,
result: *mut napi_async_work,
) -> napi_statuspub unsafe extern "C" fn napi_create_async_work(
env: napi_env,
execute: napi_async_execute_callback,
complete: napi_async_complete_callback,
data: *mut c_void,
result: *mut napi_async_work,
) -> napi_status