pub fn parse_vl_references( raw_data: &[u8], num_elements: u64, offset_size: u8, ) -> Result<Vec<VlElement>, FormatError>
Parse VL global heap references from raw attribute/dataset data.