Files
Folkert de Vries 640c4b4f1e cmse: test returning MaybeUninit<T>
The `MaybeUninit` type is `repr(transparent)`, so returning a `MaybeUninit<u64>` should work. The same is not true when using C or rust union types.
2026-04-19 18:34:14 +02:00
..