pub unsafe extern "C" fn FSUSER_OpenArchive(
    archive: *mut FS_Archive,
    id: 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.