pub unsafe fn SHFind_InitMenuPopup<P0, P1>(
    hmenu: P0,
    hwndowner: P1,
    idcmdfirst: u32,
    idcmdlast: u32
) -> Option<IContextMenu>
where P0: IntoParam<HMENU>, P1: IntoParam<HWND>,