pub unsafe fn SetupDiBuildClassInfoListExA<P0>(
    flags: u32,
    classguidlist: Option<&mut [GUID]>,
    requiredsize: *mut u32,
    machinename: P0,
    reserved: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCSTR>,