Function windows::Win32::UI::Shell::SHGetSpecialFolderPathA

pub unsafe fn SHGetSpecialFolderPathA<P0, P1>(
    hwnd: P0,
    pszpath: &mut [u8; 260],
    csidl: i32,
    fcreate: P1,
) -> BOOL
where P0: Param<HWND>, P1: Param<BOOL>,