fn deserialize_check_cfg<'de, D>(
    deserializer: D
) -> Result<Option<(bool, bool, bool, bool)>, D::Error>where
    D: Deserializer<'de>,