pub unsafe fn CDefFolderMenu_Create2<P0, P1>(
    pidlfolder: Option<*const ITEMIDLIST>,
    hwnd: P0,
    apidl: Option<&[*const ITEMIDLIST]>,
    psf: P1,
    pfn: LPFNDFMCALLBACK,
    ahkeys: Option<&[HKEY]>
) -> Result<IContextMenu>
where P0: IntoParam<HWND>, P1: IntoParam<IShellFolder>,