Type Definition rust_htslib::htslib::hts_tell_func

source ·
pub type hts_tell_func = Option<unsafe extern "C" fn(fp: *mut c_void) -> i64>;