pub unsafe extern "C" fn strftime(
    s: *mut i8,
    max: usize,
    format: *const i8,
    tm: *const tm
) -> usize