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