pub unsafe fn CredUIStoreSSOCredW<P0, P1, P2, P3>(
    pszrealm: P0,
    pszusername: P1,
    pszpassword: P2,
    bpersist: P3
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<BOOL>,