PQsslKeyPassHook_OpenSSL_typeFunction typedef

PQsslKeyPassHook_OpenSSL_typeFunction = Int Function(Pointer<Char> buf, Int size, Pointer<PGconn> conn)

Implementation

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