macro_rules! handles {
    ($control:ty) => { ... };
}
Expand description

Adapted from the [native_windows_gui::controls::handle_from_control] module.