#[unsafe(no_mangle)]pub unsafe extern "C" fn read_con_buffer_iterator(
data: *const u8,
len: usize,
) -> *mut CConFrameIteratorExpand description
Iterate frames from a byte buffer (not necessarily null-terminated).
len is the number of bytes at data. Bytes must be valid UTF-8 CON text.
ยงSafety
data must be valid for len bytes if non-null and len > 0.