This function removes the low memory handler from the system. This function can be called from within a handler. If removing oneself, it is important that the handler returns MEM_ALL_DONE.
NOTES
When removing a handler, the handler may be called until this function returns. Thus, the handler must still be valid until then.