Unlocks the specified memory.
#include <ringx.h>
int RxUnlockMemory (
const void *addr,
size_t length);
(IN) Specifies the address of the memory to unlock.
(IN) Specifies the number of bytes of memory to unlock.
If successful, returns 0. Otherwise returns -1 and sets errno.