Type Alias windows::Wdk::System::SystemServices::KSERVICE_ROUTINE
pub type KSERVICE_ROUTINE = Option<unsafe extern "system" fn(interrupt: *const isize, servicecontext: *const c_void) -> BOOLEAN>;
Aliased Type§
enum KSERVICE_ROUTINE {
None,
Some(unsafe extern "system" fn(_: *const isize, _: *const c_void) -> BOOLEAN),
}