Function rust_htslib::htslib::bgzf_close [] [src]

pub unsafe extern "C" fn bgzf_close(fp: *mut BGZF) -> c_int

Close the BGZF and free all associated resources.

@param fp BGZF file handler @return 0 on success and -1 on error