Function ctru_sys::FSFILE_Control
source · pub unsafe extern "C" fn FSFILE_Control(
handle: Handle,
action: FS_FileAction,
input: *mut c_void,
inputSize: u32_,
output: *mut c_void,
outputSize: u32_
) -> Result
Expand description
Performs a control operation on a file.
§Arguments
handle
- Handle of the file.action
- Action to perform.input
- Buffer to read input from.inputSize
- Size of the input.output
- Buffer to write output to.outputSize
- Size of the output.