Type Definition neon::sys::bindings::AsyncExecuteCallback

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