pub fn native_pty_system_boxed() -> Box<dyn PtySystem + Send>
Returns the native PTY system as a boxed trait object.
Useful when you need runtime polymorphism, e.g., swapping in a mock implementation for testing.