Tries to parse an initial sequence of bytes as an object of this type.
fn parse_bytes_init(bytes: &[u8]) -> Result<(Self, usize), Errno>
The bytes to be parsed.
Returns the object and the number of bytes consumed.