pub type WAITORTIMERCALLBACK = WAITORTIMERCALLBACKFUNC;
pub enum WAITORTIMERCALLBACK { None, Some(unsafe extern "C" fn(*mut c_void, u8)), }
No value.
Some value of type T.
T