pub fn assert_token_program_matches_package(
    token_program_info: &AccountInfo<'_>,
    error: impl Into<ProgramError>
) -> ProgramResult