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