pub unsafe extern "C" fn FSPXI_ReadSpecialFile(
serviceHandle: Handle,
bytesRead: *mut u32_,
fileOffset: u64_,
size: u32_,
data: *mut c_void,
) -> ResultExpand 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.