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