pub unsafe extern "system" fn LsaQueryForestTrustInformation(
    policyhandle: LSA_HANDLE,
    trusteddomainname: *const UNICODE_STRING,
    foresttrustinfo: *mut *mut LSA_FOREST_TRUST_INFORMATION
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"