pub unsafe extern "system" fn GetWindowSubclass(
    hwnd: HWND,
    pfnsubclass: SUBCLASSPROC,
    uidsubclass: usize,
    pdwrefdata: *mut usize
) -> BOOL
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"