#[unsafe(no_mangle)]pub extern "C" fn nstd_time_now() -> NSTDOptionalTimeAvailable on crate feature
time only.Expand description
Returns the current system time as an NSTDTime object.
§Returns
NSTDOptionalTime time - The current time on success, or an uninitialized “none” variant on
failure.