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