_kern_munlock
extern status_t _kern_munlock(const void* address, size_t size);
RETURN_AND_SET_ERRNO(_kern_munlock(address, length));