pub unsafe extern "C" fn EOS_EResult_ToString(
Result: EOS_EResult,
) -> *const c_charExpand description
Returns a string representation of an EOS_EResult. The return value is never null. The return value must not be freed.
Example: EOS_EResult_ToString(EOS_Success) returns “EOS_Success”