pub unsafe fn GetClassLongPtrA<P0>(
    hwnd: P0,
    nindex: GET_CLASS_LONG_INDEX
) -> usize
where P0: IntoParam<HWND>,