unsized top-level constant Null safety
This NativeType does not have predefined size.
Unsized NativeTypes do not support sizeOf because their size is unknown. Consequently, Pointer.elementAt is not available.
Implementation
const unsized = const Unsized();