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