PQgetssl method

Pointer<Void> PQgetssl(
  1. Pointer<PGconn> conn
)

Implementation

ffi.Pointer<ffi.Void> PQgetssl(
  ffi.Pointer<PGconn> conn,
) {
  return _PQgetssl(
    conn,
  );
}