Type Alias windows_sys::Win32::System::Threading::RTWQPERIODICCALLBACK
pub type RTWQPERIODICCALLBACK = Option<unsafe extern "system" fn(context: *mut c_void)>;
Aliased Type§
enum RTWQPERIODICCALLBACK {
None,
Some(unsafe extern "system" fn(_: *mut c_void)),
}