pub unsafe extern "C" fn cusparseGetErrorName(
status: cusparseStatus_t,
) -> *const c_charExpand description
The function returns the string representation of an error code enum name. If the error code is not recognized, “unrecognized error code” is returned.
§Parameters
status: Error code to convert to string.