pub unsafe fn CheckMenuRadioItem<P0>(
    hmenu: P0,
    first: u32,
    last: u32,
    check: u32,
    flags: u32
) -> Result<()>
where P0: IntoParam<HMENU>,