pub fn from_bytes<'a>( input: &'a [u8], dispatch: impl FnMut(Event<'a>)) -> Result<(), Error>
Attempt to zero-copy parse the provided bytes, passing results to dispatch.
dispatch