pub unsafe fn load_file_in_pack(
    pack: &mut pack_file_opened,
    file_number: u32
) -> Vec<u8>
Expand description

Load the indexed file from the Pack archive.

Safety

The file number must be valid.