Function windows::Win32::Security::Authentication::Identity::LsaSetTrustedDomainInformation
pub unsafe fn LsaSetTrustedDomainInformation<P0, P1>(
policyhandle: P0,
trusteddomainsid: P1,
informationclass: TRUSTED_INFORMATION_CLASS,
buffer: *const c_void,
) -> NTSTATUSwhere
P0: Param<LSA_HANDLE>,
P1: Param<PSID>,