$allocate static method
Implementation
static ffi.Pointer<PosArray> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<CBoard> item,
required int n,
required int size,
}) => $allocator<PosArray>()
..ref.item = item
..ref.n = n
..ref.size = size;