free property

Pointer<NativeFunction<Void Function(Pointer<llama_sampler> smpl)>> free
getter/setter pair

Implementation

external ffi.Pointer<
    ffi
    .NativeFunction<ffi.Void Function(ffi.Pointer<llama_sampler> smpl)>> free;