Function rust_htslib::htslib::bam_aux2Z [] [src]

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

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