pub unsafe extern "C" fn aws_uri_init_parse(
    uri: *mut aws_uri,
    allocator: *mut aws_allocator,
    uri_str: *const aws_byte_cursor
) -> c_int
Expand description

Parses ‘uri_str’ and initializes uri. Returns AWS_OP_SUCCESS, on success, AWS_OP_ERR on failure. After calling this function, the parts can be accessed.