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