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