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