ffi.Pointer<ffi.Char> PQencryptPassword( ffi.Pointer<ffi.Char> passwd, ffi.Pointer<ffi.Char> user, ) { return _PQencryptPassword( passwd, user, ); }