Function SetupDiGetCustomDevicePropertyA
pub unsafe fn SetupDiGetCustomDevicePropertyA<P2>(
deviceinfoset: HDEVINFO,
deviceinfodata: *const SP_DEVINFO_DATA,
custompropertyname: P2,
flags: u32,
propertyregdatatype: Option<*mut u32>,
propertybuffer: &mut [u8],
requiredsize: Option<*mut u32>,
) -> Result<()>where
P2: Param<PCSTR>,