$allocate static method
Implementation
static ffi.Pointer<exception> $allocate(
ffi.Allocator $allocator, {
required int type,
required ffi.Pointer<ffi.Char> name,
required double arg1,
required double arg2,
required double retval,
}) => $allocator<exception>()
..ref.type = type
..ref.name = name
..ref.arg1 = arg1
..ref.arg2 = arg2
..ref.retval = retval;