pub unsafe fn SetupDiInstallClassExA<P0, P1>(
    hwndparent: P0,
    inffilename: P1,
    flags: u32,
    filequeue: Option<*const c_void>,
    interfaceclassguid: Option<*const GUID>,
    reserved1: Option<*const c_void>,
    reserved2: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,