Function FSUSER_GetFreeBytes

Source
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.