pub unsafe fn scal_ex( handle: cublasHandle_t, n: c_int, alpha: *const c_void, alpha_type: cudaDataType, x: CUdeviceptr, x_type: cudaDataType, incx: c_int, execution_type: cudaDataType, ) -> Result<(), GpuError>