Function strftime

Source
pub unsafe extern "C" fn strftime(
    __buf: *mut c_char,
    __n: usize,
    __fmt: *const c_char,
    __tm: *const tm,
) -> usize