$allocate static method
Implementation
static ffi.Pointer<MoveHash> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<MoveArray> array,
required int size,
required int mask,
}) => $allocator<MoveHash>()
..ref.array = array
..ref.size = size
..ref.mask = mask;