pub fn with_process<F, U>(pid: u64, f: F) -> U
where F: FnOnce(&mut Process) -> U,