fn run_child( binary: PathBuf, args: &[OsString], display_name: &str, ) -> Result<i32, LauncherError>
Executes the extension binary with the given arguments and returns the exit code.