Start starts c until it terminates or ctx is cancelled. It does not wait for it to complete. When ctx is cancelled a SIGINT is sent to c. The Wait method will return the exit code and release associated resources once the command exits.
(ctx context.Context)