pub unsafe fn RealGetWindowClassW<P0>(
    hwnd: P0,
    ptszclassname: &mut [u16]
) -> u32
where P0: IntoParam<HWND>,