DartPQnoticeProcessorFunction typedef

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

Implementation

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