pub unsafe extern "C" fn g_uri_escape_bytes(
    unescaped: *const u8,
    length: size_t,
    reserved_chars_allowed: *const c_char
) -> *mut c_char
Available on crate feature v2_66 only.