pub unsafe extern "C" fn FSUSER_ControlArchive(
archive: FS_Archive,
action: FS_ArchiveAction,
input: *mut c_void,
inputSize: u32_,
output: *mut c_void,
outputSize: u32_,
) -> ResultExpand description
Performs a control operation on an archive.
ยงArguments
archive- Archive to control.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.