pub unsafe extern "system" fn SetMenuItemBitmaps(
    hmenu: HMENU,
    uposition: u32,
    uflags: MENU_ITEM_FLAGS,
    hbitmapunchecked: HBITMAP,
    hbitmapchecked: HBITMAP
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Graphics_Gdi"