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