buf property

Pointer<NativeFunction<Void Function(Pointer<Void> buf, Size size)>> buf
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(ffi.Pointer<ffi.Void> buf, ffi.Size size)>> buf;