pub unsafe extern "C" fn FSUSER_ReadSpecialFile(
    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.