pub fn syscall_write_fd_impl( ctx: &mut RuntimeContext, fd: u32, input: &[u8], ) -> Result<(), ExitCode>