Function pq_sys::PQsendQuery

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