pub unsafe fn LoadUserProfileW<P0>(
    htoken: P0,
    lpprofileinfo: *mut PROFILEINFOW
) -> Result<()>
where P0: IntoParam<HANDLE>,