pub unsafe extern "C" fn aws_string_eq(
    a: *const aws_string,
    b: *const aws_string
) -> bool
Expand description

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