$allocate static method
Implementation
static ffi.Pointer<UnnamedStruct$5> $allocate(
ffi.Allocator $allocator, {
required int n_nodes,
required int n_links,
required int n_todo,
}) => $allocator<UnnamedStruct$5>()
..ref.n_nodes = n_nodes
..ref.n_links = n_links
..ref.n_todo = n_todo;