pub fn get_config_line<'info>(
    a: &Account<'info, CandyMachine>,
    index: usize,
    mint_number: u64
) -> Result<ConfigLine, ProgramError>