DartPQsslKeyPassHook_OpenSSL_typeFunction typedef

DartPQsslKeyPassHook_OpenSSL_typeFunction = int Function(Pointer<Char> buf, int size, Pointer<PGconn> conn)

Implementation

typedef DartPQsslKeyPassHook_OpenSSL_typeFunction = int Function(
    ffi.Pointer<ffi.Char> buf, int size, ffi.Pointer<PGconn> conn);