rust_htslib::htslib

Function bam_aux_append

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