pub unsafe fn GetUserProfileDirectoryA<P0>(
    htoken: P0,
    lpprofiledir: PSTR,
    lpcchsize: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,