Function windows::Win32::UI::Shell::SHGetFolderPathA

pub unsafe fn SHGetFolderPathA<P0, P1>(
    hwnd: P0,
    csidl: i32,
    htoken: P1,
    dwflags: u32,
    pszpath: &mut [u8; 260],
) -> Result<()>
where P0: Param<HWND>, P1: Param<HANDLE>,