pub unsafe fn CredUIReadSSOCredW<P0>(
    pszrealm: P0,
    ppszusername: *mut PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,