Function capstone_sys::cs_strerror [−][src]
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