fn parse_config_data<T>(
    data: &[u8],
    keys: Vec<(Pubkey, bool)>
) -> Option<UiConfig<T>>where
    T: DeserializeOwned,