pub unsafe fn LsaSetTrustedDomainInformation<P0, P1>(
    policyhandle: P0,
    trusteddomainsid: P1,
    informationclass: TRUSTED_INFORMATION_CLASS,
    buffer: *const c_void,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>, P1: Param<PSID>,