windows::Win32::Security::Credentials

Function CredPackAuthenticationBufferW

pub unsafe fn CredPackAuthenticationBufferW<P1, P2>(
    dwflags: CRED_PACK_FLAGS,
    pszusername: P1,
    pszpassword: P2,
    ppackedcredentials: Option<*mut u8>,
    pcbpackedcredentials: *mut u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,