pub fn parse_optional_uuid(s: &str) -> Result<Option<Uuid>, Error>
Parse an optional UUID from a string, returning None if the string is empty