Function windows::Win32::UI::Shell::ILIsParent

pub unsafe fn ILIsParent<P0>(
    pidl1: *const ITEMIDLIST,
    pidl2: *const ITEMIDLIST,
    fimmediate: P0
) -> BOOL
where P0: IntoParam<BOOL>,