pub fn launch_executable(
    target_name: &str,
    args: &Arguments,
    compiled_target: &CompiledTarget,
    cargo_args: &[String],
    address_sanitizer: bool,
    profile: &str,
    instrument_coverage: bool,
    stdio: impl Fn() -> Stdio
) -> Result<Child>