pub unsafe fn GetClassInfoExA<P0, P1>(
    hinstance: P0,
    lpszclass: P1,
    lpwcx: *mut WNDCLASSEXA
) -> Result<()>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,