Type Alias windows::Wdk::System::SystemServices::EXT_CALLBACK
pub type EXT_CALLBACK = Option<unsafe extern "system" fn(timer: PEX_TIMER, context: *const c_void)>;
Aliased Type§
enum EXT_CALLBACK {
None,
Some(unsafe extern "system" fn(_: PEX_TIMER, _: *const c_void)),
}