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