PQdefaultSSLKeyPassHook_OpenSSL method

int PQdefaultSSLKeyPassHook_OpenSSL(
  1. Pointer<Char> buf,
  2. int size,
  3. Pointer<PGconn> conn
)

Implementation

int PQdefaultSSLKeyPassHook_OpenSSL(
  ffi.Pointer<ffi.Char> buf,
  int size,
  ffi.Pointer<PGconn> conn,
) {
  return _PQdefaultSSLKeyPassHook_OpenSSL(
    buf,
    size,
    conn,
  );
}