[][src]Function rust_htslib::htslib::bam_aux_append

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