pub unsafe fn SetupDiInstallClassA<P0, P1>(
    hwndparent: P0,
    inffilename: P1,
    flags: u32,
    filequeue: Option<*const c_void>,
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCSTR>,