Type Definition neon::sys::bindings::ThreadsafeFunctionCallJs

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