Function SetupDiGetClassDevPropertySheetsA
pub unsafe fn SetupDiGetClassDevPropertySheetsA(
deviceinfoset: HDEVINFO,
deviceinfodata: Option<*const SP_DEVINFO_DATA>,
propertysheetheader: *const PROPSHEETHEADERA_V2,
propertysheetheaderpagelistsize: u32,
requiredsize: Option<*mut u32>,
propertysheettype: u32,
) -> Result<()>