fn kill_pid(pid: u32) -> Result<()>
Platform-specific best-effort kill of a child process by PID. Mirror of the cef-side helper in agentmux-cef::commands::platform.
agentmux-cef::commands::platform