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