pub unsafe fn CDefFolderMenu_Create2<'a>(
pidlfolder: *mut ITEMIDLIST,
hwnd: impl IntoParam<'a, HWND>,
cidl: u32,
apidl: *mut *mut ITEMIDLIST,
psf: impl IntoParam<'a, IShellFolder>,
pfn: Option<LPFNDFMCALLBACK>,
nkeys: u32,
ahkeys: *const HKEY,
) -> Result<IContextMenu>