Function rust_htslib::htslib::bam_aux2i [] [src]

pub unsafe extern "C" fn bam_aux2i(s: *const u8) -> i64

Get an integer 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 an integer type If the tag is not an integer type, errno is set to EINVAL. This function will not return the value of floating-point tags. */