pub type ChildProcess
pub fn exec(command: String) -> ChildProcess
pub fn kill(child_process: ChildProcess) -> Nil
pub fn spawn( command: String, arguments: List(String), ) -> ChildProcess
pub fn stdin( child_process: ChildProcess, ) -> Result(Writable, Nil)