pub fn assert_program_owner(
    account_name: &str,
    account: &AccountInfo<'_>,
    owner: &Pubkey,
) -> ProgramResult
Expand description

Assert that the given account is owned by the given program.