pub type CudaJit<F = f32, I = i32> = Fusion<JitBackend<CudaRuntime, F, I>>;
struct CudaJit<F = f32, I = i32> { /* private fields */ }