Function windows::Win32::Security::Authentication::Identity::LsaQueryTrustedDomainInfoByName
pub unsafe fn LsaQueryTrustedDomainInfoByName<P0>(
policyhandle: P0,
trusteddomainname: *const LSA_UNICODE_STRING,
informationclass: TRUSTED_INFORMATION_CLASS,
buffer: *mut *mut c_void,
) -> NTSTATUSwhere
P0: Param<LSA_HANDLE>,