pub unsafe extern "C" fn aws_byte_buf_append_decoding_uri(
    buffer: *mut aws_byte_buf,
    cursor: *const aws_byte_cursor
) -> c_int
Expand description

Writes the uri decoding of a UTF-8 cursor to a buffer, replacing %xx escapes by their single byte equivalent. For example, reading “a%20b_c” would write “a b_c”.