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