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