#[no_mangle] pub unsafe extern "C" fn strftime( buf: *mut c_char, size: size_t, format: *const c_char, timeptr: *const tm, ) -> size_t
Convert date and time to a string.