pub unsafe fn RemoveMenu<P0>(
    hmenu: P0,
    uposition: u32,
    uflags: MENU_ITEM_FLAGS
) -> Result<()>
where P0: IntoParam<HMENU>,