pub unsafe fn SetupDiCreateDeviceInfoListExW<P0, P1>(
    classguid: Option<*const GUID>,
    hwndparent: P0,
    machinename: P1,
    reserved: Option<*const c_void>
) -> Result<HDEVINFO>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,