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