pub unsafe extern "system" fn SetWindowSubclass(
    hwnd: HWND,
    pfnsubclass: SUBCLASSPROC,
    uidsubclass: usize,
    dwrefdata: usize
) -> BOOL
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’