pub unsafe extern "C" fn stat_get_string(stat: Stat) -> *const c_charExpand description
Get value of a string statistic. @param stat The statistic. @return The string value. @note The returned char pointer is only valid until the next call to this function.