pub unsafe fn LsaCreateTrustedDomainEx<P0>(
    policyhandle: P0,
    trusteddomaininformation: *const TRUSTED_DOMAIN_INFORMATION_EX,
    authenticationinformation: *const TRUSTED_DOMAIN_AUTH_INFORMATION,
    desiredaccess: u32,
    trusteddomainhandle: *mut LSA_HANDLE
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,