pub unsafe extern "system" fn InsertMenuW(
    hmenu: HMENU,
    uposition: u32,
    uflags: MENU_ITEM_FLAGS,
    uidnewitem: usize,
    lpnewitem: PCWSTR
) -> BOOL
Expand description

Required features: "Win32_Foundation"