pub unsafe extern "C" fn g_string_append_uri_escaped(
    string: *mut GString,
    unescaped: *const i8,
    reserved_chars_allowed: *const i8,
    allow_utf8: i32
) -> *mut GString