pub type CUresult = i32;
A CUDA driver API status code. 0 is CUDA_SUCCESS; anything else is reported with the name of the call that returned it.
0
CUDA_SUCCESS