pub unsafe extern "C" fn FSPXI_OpenArchive(
    serviceHandle: Handle,
    archive: *mut FSPXI_Archive,
    archiveID: FS_ArchiveID,
    path: FS_Path
) -> Result
Expand description

Opens an archive.

§Arguments

  • archive - Pointer to output the opened archive to.
  • id - ID of the archive.
  • path - Path of the archive.