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