pub unsafe extern "C" fn FSUSER_GetArchivePriority(
    priority: *mut u32_,
    archive: FS_Archive
) -> Result
Expand description

Gets an archive’s priority.

§Arguments

  • priority - Pointer to output the priority to.
  • archive - Archive to use.