pub fn read_vl_strings(
file_data: &[u8],
raw_data: &[u8],
num_elements: u64,
offset_size: u8,
length_size: u8,
) -> Result<Vec<String>, FormatError>Expand description
Resolve VL strings from raw data by looking up each element in the global heap.