free_fn property

Pointer<NativeFunction<Void Function(Pointer<Void> ptr)>> free_fn
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void> ptr)>
>
free_fn;