pub unsafe fn DiscoverManagementServiceEx<P0, P1>(
    pszupn: P0,
    pszdiscoveryservicecandidate: P1
) -> Result<*mut MANAGEMENT_SERVICE_INFO>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,