pub unsafe extern "system" fn LsaSetForestTrustInformation(
policyhandle: *const c_void,
trusteddomainname: *const UNICODE_STRING,
foresttrustinfo: *const LSA_FOREST_TRUST_INFORMATION,
checkonly: BOOLEAN,
collisioninfo: *mut *mut LSA_FOREST_TRUST_COLLISION_INFORMATION
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"