These checks were impossible to trigger as there is no separate feature
flag for winapi and crossterm_winapi. The windows feature flag
automatically enables these dependencies.
Move InternalEventFilter into tests mod
This is only used in test code, so should be defined there
Remove winapi feature flag checks
Move InternalEventFilter into tests mod
Fix clippy lints for byte char slices