pub unsafe extern "system" fn SetupDiGetClassRegistryPropertyA(
classguid: *const GUID,
property: u32,
propertyregdatatype: *mut u32,
propertybuffer: *mut u8,
propertybuffersize: u32,
requiredsize: *mut u32,
machinename: PCSTR,
reserved: *const c_void,
) -> BOOL