pub fn process_create_address_with_seed(
    config: &CliConfig<'_>,
    from_pubkey: Option<&Pubkey>,
    seed: &str,
    program_id: &Pubkey
) -> ProcessResult