pub fn fork() -> Result<usize>
Fork the current process.
Returns child PID in parent, and 0 in child.