pub fn record_info(record: &Record, header: &Header, tag: &str) -> InfoValueExpand description
Get an INFO field value from a record.
This is the standalone version of Variant::info() that can be used when
you have a borrowed reference to a record (e.g., from a GcCell).