int PQescapeString( ffi.Pointer<ffi.Char> to, ffi.Pointer<ffi.Char> from, int length, ) { return _PQescapeString( to, from, length, ); }