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