pub unsafe fn SetupDiGetClassDevPropertySheetsW<P0>(
deviceinfoset: P0,
deviceinfodata: Option<*const SP_DEVINFO_DATA>,
propertysheetheader: *const PROPSHEETHEADERW_V2,
propertysheetheaderpagelistsize: u32,
requiredsize: Option<*mut u32>,
propertysheettype: u32,
) -> Result<()>where
P0: Param<HDEVINFO>,