#[unsafe(no_mangle)]pub unsafe extern "C" fn strftime( s: *mut c_char, maxsize: size_t, format: *const c_char, timeptr: *const tm, ) -> size_t
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strftime.html.