pub unsafe extern "C" fn aws_byte_buf_from_c_str(
    c_str: *const c_char
) -> aws_byte_buf
Expand description

For creating a byte buffer from a null-terminated string literal.