pub unsafe fn SetDeviceManagementConfigInfo<P0, P1>(
    providerid: P0,
    configstring: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,