pub unsafe fn LsaSetTrustedDomainInfoByName<P0>(
    policyhandle: P0,
    trusteddomainname: *const LSA_UNICODE_STRING,
    informationclass: TRUSTED_INFORMATION_CLASS,
    buffer: *const c_void,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,