Function rust_htslib::htslib::bcf_get_info_values

source ยท
pub unsafe extern "C" fn bcf_get_info_values(
    hdr: *const bcf_hdr_t,
    line: *mut bcf1_t,
    tag: *const i8,
    dst: *mut *mut c_void,
    ndst: *mut i32,
    type_: i32
) -> i32