Function rust_htslib::htslib::bam_aux2A [] [src]

pub unsafe extern "C" fn bam_aux2A(s: *const u8) -> c_char

Get a character aux value ** @param s Pointer to the tag data, as returned by bam_aux_get(). @return The value, or 0 if the tag was not a character ('A') type If the tag is not a character type, errno is set to EINVAL. */