Function windows_sys::Win32::Security::Credentials::CredUnPackAuthenticationBufferA
pub unsafe extern "system" fn CredUnPackAuthenticationBufferA(
dwflags: CRED_PACK_FLAGS,
pauthbuffer: *const c_void,
cbauthbuffer: u32,
pszusername: PSTR,
pcchlmaxusername: *mut u32,
pszdomainname: PSTR,
pcchmaxdomainname: *mut u32,
pszpassword: PSTR,
pcchmaxpassword: *mut u32,
) -> BOOL