Type Alias PTIMERAPCROUTINE
pub type PTIMERAPCROUTINE = Option<unsafe extern "system" fn(lpargtocompletionroutine: *const c_void, dwtimerlowvalue: u32, dwtimerhighvalue: u32)>;Aliased Type§
pub enum PTIMERAPCROUTINE {
None,
Some(unsafe extern "system" fn(*const c_void, u32, u32)),
}