DuplexTransferWandViewMethod typedef

DuplexTransferWandViewMethod = Pointer<NativeFunction<Int32 Function(Pointer<WandView>, Pointer<WandView>, Pointer<WandView>, ssize_t, Int, Pointer<Void>)>>

Implementation

typedef DuplexTransferWandViewMethod = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int32 Function(ffi.Pointer<WandView>, ffi.Pointer<WandView>,
            ffi.Pointer<WandView>, ssize_t, ffi.Int, ffi.Pointer<ffi.Void>)>>;