pub unsafe fn SHGetSpecialFolderLocation<P0>(
    hwnd: P0,
    csidl: i32
) -> Result<*mut ITEMIDLIST>
where P0: IntoParam<HWND>,