Function: shutdownBorrower(address borrower)
Allows caller with an access to this function to revoke the user's approval for the borrow. The borrower
will be deleted from the borrowers
array, the current debt (principal
+ interest
) will be reset, and debt tokens will be burned for borrower
.