pub unsafe fn GetClassInfoExW<P0, P1>(
    hinstance: P0,
    lpszclass: P1,
    lpwcx: *mut WNDCLASSEXW
) -> Result<()>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCWSTR>,