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