PQdsplen method

int PQdsplen(
  1. Pointer<Char> s,
  2. int encoding
)

Implementation

int PQdsplen(
  ffi.Pointer<ffi.Char> s,
  int encoding,
) {
  return _PQdsplen(
    s,
    encoding,
  );
}