pub unsafe extern "C" fn FSUSER_EnumerateSystemSaveData(
    idsWritten: *mut u32_,
    idsSize: u32_,
    ids: *mut u32_
) -> Result
Expand description

Enumerates system save data.

§Arguments

  • idsWritten - Pointer to output the number of IDs written to.
  • idsSize - Size of the IDs buffer.
  • ids - Pointer to output IDs to.