Type Alias JsThreadServiceCallback
pub type JsThreadServiceCallback = Option<unsafe extern "system" fn(callback: JsBackgroundWorkItemCallback, callbackstate: *const c_void) -> bool>;Aliased Type§
pub enum JsThreadServiceCallback {
None,
Some(unsafe extern "system" fn(Option<unsafe extern "system" fn(*const c_void)>, *const c_void) -> bool),
}