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