pub unsafe extern "C" fn ly_time_ts2str(
ts: *const timespec,
str_: *mut *mut c_char,
) -> TypeExpand description
@brief Convert timespec into date-and-time string value.
@param[in] ts Timespec. @param[out] str String date-and-time value in the local timezone. @return LY_ERR value.