pub fn gpu_available() -> bool
Check if GPU acceleration is available. Return true when GPU scoring support is available in this build/runtime.
true
use keyhog_scanner::gpu::gpu_available; let _ = gpu_available();