pub unsafe extern "system" fn LsaQueryTrustedDomainInfoByName(
    policyhandle: LSA_HANDLE,
    trusteddomainname: *const LSA_UNICODE_STRING,
    informationclass: TRUSTED_INFORMATION_CLASS,
    buffer: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"