pub unsafe extern "C" fn PQsendQuery(
    conn: *mut PGconn,
    query: *const c_char
) -> c_int