fn match_megabuf_name(bytes: &[u8], pos: usize) -> Option<(&'static str, usize)>
Match gmegabuf or megabuf starting at byte offset pos. Returns the matched name slice and the byte just past it, or None if no match.
gmegabuf
megabuf
pos
None