pub unsafe fn SHCloneSpecialIDList<P0, P1>(
    hwnd: P0,
    csidl: i32,
    fcreate: P1
) -> *mut ITEMIDLIST
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,