Function windows::Win32::UI::Shell::GetWindowSubclass
pub unsafe fn GetWindowSubclass<P0>(
hwnd: P0,
pfnsubclass: SUBCLASSPROC,
uidsubclass: usize,
pdwrefdata: Option<*mut usize>,
) -> BOOLwhere
P0: Param<HWND>,