pub unsafe fn SetupDiGetHwProfileListExW<P0>(
    hwprofilelist: &mut [u32],
    requiredsize: *mut u32,
    currentlyactiveindex: Option<*mut u32>,
    machinename: P0,
    reserved: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCWSTR>,