rust_htslib::htslib

Type Alias hts_seek_func

Source
pub type hts_seek_func = Option<unsafe extern "C" fn(_: *mut c_void, _: i64, _: i32) -> i32>;

Aliased Type§

enum hts_seek_func {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: i64, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: i64, _: i32) -> i32)

Some value of type T.