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