pub unsafe extern "C" fn aws_string_eq_byte_buf(
    str_: *const aws_string,
    buf: *const aws_byte_buf
) -> bool
Expand description

Returns true if bytes of string and buffer are the same, false otherwise.