Function SetMenuItemBitmaps

Source
pub unsafe extern "C" fn SetMenuItemBitmaps(
    hMenu: HMENU,
    uPosition: UINT,
    uFlags: UINT,
    hBitmapUnchecked: HBITMAP,
    hBitmapChecked: HBITMAP,
) -> BOOL