pub unsafe extern "C" fn cublasGetVector( n: c_int, elemSize: c_int, x: *const c_void, incx: c_int, y: *mut c_void, incy: c_int, ) -> cublasStatus_t