pub fn is_associated_token_account_with_program_id( pubkey: &Pubkey, owner: &Pubkey, mint: &Pubkey, program_id: &Pubkey, ) -> bool
Check if the given address is an ATA address.