pub unsafe extern "system" fn LsaOpenTrustedDomainByName(
    policyhandle: *const c_void,
    trusteddomainname: *const UNICODE_STRING,
    desiredaccess: u32,
    trusteddomainhandle: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"