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