pub unsafe fn open_pack_file(file_name: &str) -> pack_file_opened
Expand description

Open a Pack file, to be read later.

Panics if file_name can not be converted to a CString (see [CString::new]).

Safety

The file must exist and be a valid pack file.