allocStruct<C extends Struct, D extends StructD<C, D> > method
Implementation
NativeStructAlloc<C, D> allocStruct<C extends Struct, D extends StructD<C, D>>(String key) =>
getCustomAllocatorOrThrow(key) as NativeStructAlloc<C, D>;