pub unsafe fn create_async_work(
    env: Env,
    async_resource: Value,
    async_resource_name: Value,
    execute: AsyncExecuteCallback,
    complete: AsyncCompleteCallback,
    data: *mut c_void,
    result: *mut AsyncWork
) -> Status
Available on crate features sys and napi-1 only.
Expand description