pub unsafe fn CheckRadioButton<P0>(
    hdlg: P0,
    nidfirstbutton: i32,
    nidlastbutton: i32,
    nidcheckbutton: i32
) -> Result<()>
where P0: IntoParam<HWND>,