PQnoticeReceiverFunction typedef

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

Implementation

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