pub unsafe extern "C" fn FSUSER_GetFreeBytes(
    freeBytes: *mut u64_,
    archive: FS_Archive
) -> Result
Expand description

Gets the number of free bytes within an archive.

§Arguments

  • freeBytes - Pointer to output the free bytes to.
  • archive - Archive to check.