pub type WAITORTIMERCALLBACKFUNC = Option<unsafe extern "C" fn(arg1: PVOID, arg2: BOOLEAN)>;
enum WAITORTIMERCALLBACKFUNC { None, Some(unsafe extern "C" fn(_: *mut c_void, _: u8)), }
No value.
Some value of type T.
T