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<()>
where P0: Param<HMENU>, P1: Param<HBITMAP>, P2: Param<HBITMAP>,