pub type HeapAllocUninitialized<T> = HeapAlloc<T>;
struct HeapAllocUninitialized<T> { pub default_value: T, }
default_value: T