freefunc typedef Null safety

Void freefunc (
  1. Pointer<Void>
)

Implementation

typedef freefunc = ffi.Void Function(
  ffi.Pointer<ffi.Void>,
);