$allocate static method
Implementation
static ffi.Pointer<UnnamedStruct$11> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<ffi.Void> opaque1,
required int opaque2,
}) => $allocator<UnnamedStruct$11>()
..ref.opaque1 = opaque1
..ref.opaque2 = opaque2;