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