pub fn record_set_info_float( record: &mut Record, header: &Header, tag: &str, values: &[f32], ) -> Result<(), Error>
Set an INFO float value on a record.