pub fn lock_pages(addr: *mut u8, len: usize) -> Result<(), MemoryError>
Prevent swapping for the given memory range. On supported platforms, avoid including the memory in core dumps.