hts_sys

Function bgzf_compress

Source
pub unsafe extern "C" fn bgzf_compress(
    dst: *mut c_void,
    dlen: *mut size_t,
    src: *const c_void,
    slen: size_t,
    level: c_int,
) -> c_int