[][src]Function hts_sys::bam_aux_append

pub unsafe extern "C" fn bam_aux_append(
    b: *mut bam1_t,
    tag: *const c_char,
    type_: c_char,
    len: c_int,
    data: *const u8
) -> c_int