PQnoticeProcessorFunction typedef

PQnoticeProcessorFunction = Void Function(Pointer<Void> arg, Pointer<Char> message)

Implementation

typedef PQnoticeProcessorFunction = ffi.Void Function(
    ffi.Pointer<ffi.Void> arg, ffi.Pointer<ffi.Char> message);