windows::Win32::Security::Credentials

Function CredUIStoreSSOCredW

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