pub fn parse_uuid_with_fallback( binary: Option<&[u8]>, utf8: Option<&str>, ) -> Option<Uuid>
Parse protobuf UUIDs specified in both binary and utf8 formats
Prefers the binary format