pub unsafe extern "C" fn tr_localtime_r(
    _clock: *const time_t,
    _result: *mut tm
) -> *mut tm
Expand description

@brief Portability wrapper for localtime_r () that uses the system implementation if available