pub unsafe extern "system" fn EnableMenuItem(
    hmenu: HMENU,
    uidenableitem: u32,
    uenable: MENU_ITEM_FLAGS
) -> BOOL
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"