pub unsafe extern "C" fn ly_time_str2ts(
value: *const c_char,
ts: *mut timespec,
) -> TypeExpand description
@brief Convert date-and-time from string to timespec.
@param[in] value Valid string date-and-time value, the string may continue after the value (be longer). @param[out] ts Timespec. @return LY_ERR value.