Function windows::Win32::Security::Authentication::Identity::LsaOpenTrustedDomainByName
pub unsafe fn LsaOpenTrustedDomainByName<P0>(
policyhandle: P0,
trusteddomainname: *const LSA_UNICODE_STRING,
desiredaccess: u32,
trusteddomainhandle: *mut LSA_HANDLE,
) -> NTSTATUSwhere
P0: Param<LSA_HANDLE>,