pub type PTIMERAPCROUTINE = Option<unsafe extern "C" fn(lpArgToCompletionRoutine: LPVOID, dwTimerLowValue: DWORD, dwTimerHighValue: DWORD)>;
Aliased Type§
enum PTIMERAPCROUTINE {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: u32)),
}