Function windows::Win32::UI::Shell::GetUserProfileDirectoryA
pub unsafe fn GetUserProfileDirectoryA<P0>(
htoken: P0,
lpprofiledir: PSTR,
lpcchsize: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,