pub unsafe extern "C" fn AM_ExportTwlBackup(
titleID: u64_,
operation: u8_,
workbuf: *mut c_void,
workbuf_size: u32_,
filepath: *const c_char,
) -> ResultExpand 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).