windows::Win32::Security::Authentication::Identity

Function LsaSetForestTrustInformation

pub unsafe fn LsaSetForestTrustInformation(
    policyhandle: LSA_HANDLE,
    trusteddomainname: *const LSA_UNICODE_STRING,
    foresttrustinfo: *const LSA_FOREST_TRUST_INFORMATION,
    checkonly: bool,
    collisioninfo: *mut *mut LSA_FOREST_TRUST_COLLISION_INFORMATION,
) -> NTSTATUS