TS_time_cb

This must return the seconds and microseconds since Jan 1, 1970 in the sec and usec variables allocated by the caller. Return non-zero for success and zero for failure.

extern (C) nothrow @nogc
alias TS_time_cb = int function
(,
void*
,
libressl_d.compat.time.time_t* sec
,
core.stdc.config.c_long* usec
)

Meta