pub unsafe extern "C" fn PQescapeStringConn( conn: *mut PGconn, to: *mut c_char, from: *const c_char, length: usize, error: *mut c_int, ) -> usize