Type Definition neon::sys::bindings::AsyncCompleteCallback

source ·
pub type AsyncCompleteCallback = Option<unsafe extern "C" fn(env: Env, status: Status, data: *mut c_void)>;
Available on crate features sys and napi-1 only.
Expand description