pub fn serialize_bytes(bytes: &[u8], buffer: &mut Buffer) -> Option<Unit>
Encodes a byte string into buffer.
buffer
Short payloads may be returned inline. None indicates an encoded-size or offset overflow.
None