pub unsafe fn GetWindowSubclass<P0>(
    hwnd: P0,
    pfnsubclass: SUBCLASSPROC,
    uidsubclass: usize,
    pdwrefdata: Option<*mut usize>
) -> BOOL
where P0: IntoParam<HWND>,