Type Alias rust_htslib::htslib::kgets_func
source · pub type kgets_func = Option<unsafe extern "C" fn(_: *mut i8, _: i32, _: *mut c_void) -> *mut i8>;
Aliased Type§
enum kgets_func {
None,
Some(unsafe extern "C" fn(_: *mut i8, _: i32, _: *mut c_void) -> *mut i8),
}