pub unsafe extern "C" fn aws_date_time_diff(
a: *const aws_date_time,
b: *const aws_date_time
) -> time_t
Expand description
returns the difference of a and b (a - b) in seconds.
pub unsafe extern "C" fn aws_date_time_diff(
a: *const aws_date_time,
b: *const aws_date_time
) -> time_t
returns the difference of a and b (a - b) in seconds.