pub unsafe extern "C" fn result_to_string(
result: Result,
) -> *const c_charExpand description
Get the string representation of a given result. @param result The result. @return The string representation. @note The returned char* pointer is only valid until the next call to this function.