pub(crate) fn child_main( parent_to_child_read: usize, child_to_parent_write: usize, ) -> !
Run the child-side logic of the multi-process test.