pub fn run(windows_sandbox_info: *mut c_void) -> i32Expand description
Run the AgentMux host.
windows_sandbox_info is the cef_sandbox_info_t * created by
bootstrap.exe before loading this DLL (Windows + sandbox feature), or
null_mut() on all other platforms / sandbox-off builds.