Function InsertMenuW

Source
pub unsafe extern "C" fn InsertMenuW(
    hMenu: HMENU,
    uPosition: UINT,
    uFlags: UINT,
    uIDNewItem: UINT_PTR,
    lpNewItem: LPCWSTR,
) -> BOOL