$allocate static method
Implementation
static ffi.Pointer<BookCheckGame> $allocate(
ffi.Allocator $allocator, {
required int missing,
required int good,
required int bad,
}) => $allocator<BookCheckGame>()
..ref.missing = missing
..ref.good = good
..ref.bad = bad;