pub fn handle_initialize_candy_machine(
    ctx: Context<'_, '_, '_, '_, InitializeCandyMachine<'_>>,
    data: CandyMachineData
) -> Result<()>