Function windows::Win32::UI::Shell::Shell_MergeMenus

pub unsafe fn Shell_MergeMenus<P0, P1>(
    hmdst: P0,
    hmsrc: P1,
    uinsert: u32,
    uidadjust: u32,
    uidadjustmax: u32,
    uflags: MM_FLAGS,
) -> u32
where P0: Param<HMENU>, P1: Param<HMENU>,