$allocate static method
Implementation
static ffi.Pointer<OpeningName> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<ffi.Char> line,
required ffi.Pointer<ffi.Char> name,
}) => $allocator<OpeningName>()
..ref.line = line
..ref.name = name;