[][src]Type Definition napi_sys::uv_after_work_cb

type uv_after_work_cb = Option<unsafe extern "C" fn(req: *mut uv_work_t, status: c_int)>;