#[unsafe(no_mangle)]pub extern "C" fn unix_nanos_to_iso8601_millis_cstr(
timestamp_ns: u64,
) -> *const c_charExpand description
Converts a UNIX nanoseconds timestamp to an ISO 8601 (RFC 3339) format C string pointer with millisecond precision.