| 185 | |
| 186 | template <class _Ty> |
| 187 | inline auto __at_offset_as(void* __pointer, __u32 __offset) -> _Ty |
| 188 | { |
| 189 | return reinterpret_cast<_Ty>(static_cast<std::byte*>(__pointer) + __offset); |
| 190 | } |
| 191 | |
| 192 | struct __submission_result |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected