pub type RTWQPERIODICCALLBACK = Option<unsafe extern "system" fn(context: *mut c_void)>;
enum RTWQPERIODICCALLBACK { None, Some(unsafe extern "system" fn(_: *mut c_void)), }
No value.
Some value of type T.
T