Type Alias windows_win::raw::timer::CallbackType
source · pub type CallbackType = WAITORTIMERCALLBACK;
Expand description
Raw type of callback function
Aliased Type§
enum CallbackType {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: u8)),
}