pub unsafe fn SHMapPIDLToSystemImageListIndex<P0>(
    pshf: P0,
    pidl: *const ITEMIDLIST,
    piindexsel: Option<*mut i32>
) -> i32
where P0: IntoParam<IShellFolder>,