pub unsafe extern "system" fn CredPackAuthenticationBufferA(
    dwflags: CRED_PACK_FLAGS,
    pszusername: PSTR,
    pszpassword: PSTR,
    ppackedcredentials: *mut u8,
    pcbpackedcredentials: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_Security_Credentials’, ‘Win32_Foundation’