DartPQnoticeReceiverFunction typedef

DartPQnoticeReceiverFunction = void Function(Pointer<Void> arg, Pointer<PGresult> res)

Implementation

typedef DartPQnoticeReceiverFunction = void Function(
    ffi.Pointer<ffi.Void> arg, ffi.Pointer<PGresult> res);