Function windows::Win32::UI::WindowsAndMessaging::SetMenuItemBitmaps
pub unsafe fn SetMenuItemBitmaps<P0, P1, P2>(
hmenu: P0,
uposition: u32,
uflags: MENU_ITEM_FLAGS,
hbitmapunchecked: P1,
hbitmapchecked: P2,
) -> Result<()>