pub unsafe extern "C" fn FSUSER_GetFreeBytes(
freeBytes: *mut u64_,
archive: FS_Archive,
) -> ResultExpand description
Gets the number of free bytes within an archive.
ยงArguments
freeBytes- Pointer to output the free bytes to.archive- Archive to check.