pub fn visit_proc_maps<F>(pid: u32, visitor: F) -> Result<()>where F: FnMut(ProcMapEntry<'_>) -> ControlFlow<()>,