pub unsafe fn GetDeviceManagementConfigInfo<P0>(
    providerid: P0,
    configstringbufferlength: *mut u32,
    configstring: PWSTR
) -> Result<()>
where P0: IntoParam<PCWSTR>,