pub unsafe extern "C" fn ACT_GetUuid(
uuid: *mut ActUuid,
accountSlot: u8_,
uniqueId: u32_,
) -> ResultExpand description
Gets a specific account’s UUID.
§Arguments
uuid- Pointer to output the UUID to.uniqueId- The unique ID to use during the retrieval of the UUID. Special values includeACT_UUID_REGULARandACT_UUID_CURRENT_PROCESS.