pub fn fork_spawn(f: impl FnOnce() -> i32) -> Result<Child>
Fork the current process, and execute the provided closure within child process.