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