pub fn opt_value_eq_opt_msg<T, U>( opt_value: &Option<T>, opt_value_msg: &Option<U>, ) -> boolwhere T: PartialEq<U>,