pub(crate) fn validate_feature_name(
    name: &str,
) -> Result<(), NameValidationError>