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