pub unsafe extern "C" fn AM_ReadTwlBackupInfo(
    filehandle: Handle,
    outinfo: *mut c_void,
    outinfo_size: u32_,
    workbuf: *mut c_void,
    workbuf_size: u32_,
    banner: *mut c_void,
    banner_size: u32_
) -> Result
Expand description

Reads info from the specified DSiWare export file. This can only be used with DSiWare exported with certain operation value(s).

§Arguments

  • filehandle - FSUSER file handle.
  • outinfo - Output info buffer.
  • outinfo_size - Output info buffer size.
  • workbuf - Work buffer.
  • workbuf_size - Work buffer size.
  • banner - Output banner buffer.
  • banner_size - Output banner buffer size.