pub unsafe fn CheckMenuItem<P0>(
    hmenu: P0,
    uidcheckitem: u32,
    ucheck: u32
) -> u32
where P0: IntoParam<HMENU>,