rust_htslib::htslib

Function calloc

Source
pub unsafe extern "C" fn calloc(
    __nmemb: u32,
    __size: u32,
) -> *mut c_void