Function ctru_sys::AM_ExportTwlBackup
source · pub unsafe extern "C" fn AM_ExportTwlBackup(
titleID: u64_,
operation: u8_,
workbuf: *mut c_void,
workbuf_size: u32_,
filepath: *const c_char
) -> Result
Expand description
Exports DSiWare to the specified filepath.
§Arguments
titleID
- TWL titleID.operation
- DSiWare operation type.workbuf
- Work buffer.workbuf_size
- Work buffer size, must be >=0x20000.filepath
- UTF-8 filepath(converted to UTF-16 internally).