pub unsafe extern "system" fn EnumThreadWindows(
    dwthreadid: u32,
    lpfn: WNDENUMPROC,
    lparam: LPARAM
) -> BOOL
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’