Function eos_rs::api::pack_file::open_pack_file
source · pub unsafe fn open_pack_file(file_name: &str) -> pack_file_openedExpand 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.