pub unsafe fn LsaQueryForestTrustInformation<P0>(
    policyhandle: P0,
    trusteddomainname: *const LSA_UNICODE_STRING,
    foresttrustinfo: *mut *mut LSA_FOREST_TRUST_INFORMATION,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,