pub fn parse_meta_event<'a, Buffer: Borrow<[u8]> + From<Input<'a>>>(
    input: Input<'a>
) -> MIDIParseResult<'a, MIDIMetaEvent<Buffer>>