pub unsafe fn SHGetFolderLocation<P0, P1>(
    hwnd: P0,
    csidl: i32,
    htoken: P1,
    dwflags: u32
) -> Result<*mut ITEMIDLIST>
where P0: IntoParam<HWND>, P1: IntoParam<HANDLE>,