pub unsafe extern "C" fn FSPXI_OpenArchive(
serviceHandle: Handle,
archive: *mut FSPXI_Archive,
archiveID: 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.