Function windows_sys::Win32::Security::Authentication::Identity::LsaSetForestTrustInformation
pub unsafe extern "system" fn LsaSetForestTrustInformation(
policyhandle: LSA_HANDLE,
trusteddomainname: *const LSA_UNICODE_STRING,
foresttrustinfo: *const LSA_FOREST_TRUST_INFORMATION,
checkonly: BOOLEAN,
collisioninfo: *mut *mut LSA_FOREST_TRUST_COLLISION_INFORMATION,
) -> NTSTATUS