pub unsafe fn CheckDlgButton<P0>(
    hdlg: P0,
    nidbutton: i32,
    ucheck: DLG_BUTTON_CHECK_STATE
) -> Result<()>
where P0: IntoParam<HWND>,