#pragma once struct ScePhotoExportParam { le_t version; vm::lcptr photoTitle; vm::lcptr gameTitle; vm::lcptr gameComment; char reserved[32]; }; using ScePhotoExportCancelFunc = s32(vm::ptr);