Function strftime

Source
pub unsafe extern "C" fn strftime(
    _Buffer: *mut c_char,
    _SizeInBytes: usize,
    _Format: *const c_char,
    _Tm: *const tm,
) -> usize