pub unsafe extern "C" fn FSUSER_OpenArchive(
archive: *mut FS_Archive,
id: FS_ArchiveID,
path: FS_Path,
) -> ResultExpand description
Opens an archive.
ยงArguments
archive- Pointer to output the opened archive to.id- ID of the archive.path- Path of the archive.