Function cs_strerror

Source
pub unsafe extern "C" fn cs_strerror(code: Type) -> *const c_char
Expand description

Return a string describing given error code.

@code: error code (see CS_ERR_* above)

@return: returns a pointer to a string that describes the error code passed in the argument @code