pub unsafe extern "C" fn nvrtcGetErrorString(
    result: nvrtcResult
) -> *const c_char
Expand description

\ingroup error \brief nvrtcGetErrorString is a helper function that returns a string describing the given nvrtcResult code, e.g., NVRTC_SUCCESS to \c “NVRTC_SUCCESS”. For unrecognized enumeration values, it returns \c “NVRTC_ERROR unknown”.

\param [in] result CUDA Runtime Compilation API result code. \return Message string for the given #nvrtcResult code.