pub unsafe extern "system" fn LsaCreateTrustedDomainEx(
    policyhandle: LSA_HANDLE,
    trusteddomaininformation: *const TRUSTED_DOMAIN_INFORMATION_EX,
    authenticationinformation: *const TRUSTED_DOMAIN_AUTH_INFORMATION,
    desiredaccess: u32,
    trusteddomainhandle: *mut LSA_HANDLE,
) -> NTSTATUS