SetMenuItemBitmaps

Function SetMenuItemBitmaps 

pub unsafe fn SetMenuItemBitmaps(
    hmenu: HMENU,
    uposition: u32,
    uflags: MENU_ITEM_FLAGS,
    hbitmapunchecked: Option<HBITMAP>,
    hbitmapchecked: Option<HBITMAP>,
) -> Result<()>