unix_nanos_to_iso8601_cstr

Function unix_nanos_to_iso8601_cstr 

Source
#[unsafe(no_mangle)]
pub extern "C" fn unix_nanos_to_iso8601_cstr( timestamp_ns: u64, ) -> *const c_char
Expand description

Converts a UNIX nanoseconds timestamp to an ISO 8601 (RFC 3339) format C string pointer.