Function node_api_sys::napi_create_async_work [] [src]

pub unsafe extern 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