pub type rtcStateChangeCallbackFunc = Option<unsafe extern "C" fn(pc: c_int, state: rtcState, ptr: *mut c_void)>;
pub enum rtcStateChangeCallbackFunc { None, Some(unsafe extern "C" fn(i32, u32, *mut c_void)), }
No value.
Some value of type T.
T