pub fn io_process_write(
args: &[ValueWord],
ctx: &ModuleContext<'_>,
) -> Result<ValueWord, String>Expand description
io.process_write(handle, data) -> int (bytes written)
Write to a child process’s stdin. Takes the process handle directly; extracts the stdin pipe internally.