pub unsafe fn GetClassInfoW<P0, P1>(
    hinstance: P0,
    lpclassname: P1,
    lpwndclass: *mut WNDCLASSW
) -> Result<()>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCWSTR>,