Function windows::Win32::Security::Authentication::Identity::LsaSetForestTrustInformation2
pub unsafe fn LsaSetForestTrustInformation2<P0, P1>(
policyhandle: P0,
trusteddomainname: *const LSA_UNICODE_STRING,
highestrecordtype: LSA_FOREST_TRUST_RECORD_TYPE,
foresttrustinfo: *const LSA_FOREST_TRUST_INFORMATION2,
checkonly: P1,
collisioninfo: *mut *mut LSA_FOREST_TRUST_COLLISION_INFORMATION,
) -> NTSTATUSwhere
P0: Param<LSA_HANDLE>,
P1: Param<BOOLEAN>,