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