pub unsafe fn get_file_length_in_pack(
    pack: &mut pack_file_opened,
    file_number: u32
) -> u32
Expand description

Get the length of a file entry from a Pack archive.

Safety

Th file number must be valid.