pub type time_func = Option<unsafe extern "C" fn(t: *mut c_void) -> u64>;
enum time_func { None, Some(unsafe extern "C" fn(_: *mut c_void) -> u64), }
No value.
Some value of type T.
T