pub unsafe extern "C" fn FSUSER_GetSaveDataSecureValue(
exists: *mut bool,
value: *mut u64_,
slot: FS_SecureValueSlot,
titleUniqueId: u32_,
titleVariation: u8_,
) -> ResultExpand description
Gets the save data secure value.
ยงArguments
exists- Pointer to output whether the secure value exists to.value- Pointer to output the secure value to.slot- Slot of the secure value.titleUniqueId- Unique ID of the title. (default = 0)titleVariation- Variation of the title. (default = 0)