pub unsafe fn LsaSetDomainInformationPolicy<P0>(
    policyhandle: P0,
    informationclass: POLICY_DOMAIN_INFORMATION_CLASS,
    buffer: Option<*const c_void>
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,