Function ctru_sys::FSFILE_GetSize
source · pub unsafe extern "C" fn FSFILE_GetSize(
handle: Handle,
size: *mut u64_
) -> Result
Expand description
Gets the size of a file.
§Arguments
handle
- Handle of the file.size
- Pointer to output the size to.