encode property

Pointer<NativeFunction<Int Function(Pointer<Codec>, Pointer<Void>, Int, Pointer<Uint8>, Int)>> encode
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<Codec>, ffi.Pointer<ffi.Void>, ffi.Int,
            ffi.Pointer<ffi.Uint8>, ffi.Int)>> encode;