pub fn set_virtual_memory_region_name( region: &[u8], name: Option<&CStr>, ) -> Result<()>
Set the name for a virtual memory region.
prctl(PR_SET_VMA,PR_SET_VMA_ANON_NAME,…)