Type Alias PTIMER_APC_ROUTINE
pub type PTIMER_APC_ROUTINE = Option<unsafe extern "system" fn(timercontext: *const c_void, timerlowvalue: u32, timerhighvalue: i32)>;Aliased Type§
pub enum PTIMER_APC_ROUTINE {
None,
Some(unsafe extern "system" fn(*const c_void, u32, i32)),
}