pub unsafe extern "C" fn AM_ImportTwlBackup(
filehandle: Handle,
operation: u8_,
buffer: *mut c_void,
size: u32_,
) -> ResultExpand 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.