Function pq_sys::PQescapeIdentifier

source ยท
pub unsafe extern "C" fn PQescapeIdentifier(
    conn: *mut PGconn,
    str_: *const c_char,
    len: usize,
) -> *mut c_char