pub fn assert_rent_exempt(
    rent: &Rent,
    account_info: &AccountInfo<'_>,
    error: impl Into<ProgramError>
) -> ProgramResult