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