reset property

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

Implementation

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