Function ctru_sys::AM_ImportTwlBackup
source · pub unsafe extern "C" fn AM_ImportTwlBackup(
filehandle: Handle,
operation: u8_,
buffer: *mut c_void,
size: u32_
) -> Result
Expand description
Imports DSiWare from the specified file.
§Arguments
filehandle
- FSUSER file handle.operation
- DSiWare operation type.buffer
- Work buffer.size
- Buffer size, must be >=0x20000.