Function ctru_sys::FSPXI_ReadSpecialFile
source · pub unsafe extern "C" fn FSPXI_ReadSpecialFile(
serviceHandle: Handle,
bytesRead: *mut u32_,
fileOffset: u64_,
size: u32_,
data: *mut c_void
) -> Result
Expand description
Reads from a special file.
§Arguments
bytesRead
- Pointer to output the number of bytes read to.fileOffset
- Offset of the file.size
- Size of the buffer.data
- Buffer to read to.