Function rust_htslib::htslib::bam_auxB_len [] [src]

pub unsafe extern "C" fn bam_auxB_len(s: *const u8) -> u32

Get the length of an array-type ('B') tag ** @param s Pointer to the tag data, as returned by bam_aux_get(). @return The length of the array, or 0 if the tag is not an array type. If the tag is not an array type, errno is set to EINVAL. */