pub unsafe fn RemoveWindowSubclass<P0>(
    hwnd: P0,
    pfnsubclass: SUBCLASSPROC,
    uidsubclass: usize
) -> BOOL
where P0: IntoParam<HWND>,