wcsftime

Function wcsftime 

Source
pub unsafe extern "C" fn wcsftime(
    __s: *mut i32,
    __maxsize: usize,
    __format: *const i32,
    __tp: *const tm,
) -> usize
Expand description

Format TP into S according to FORMAT. Write no more than MAXSIZE wide characters and return the number of wide characters written, or 0 if it would exceed MAXSIZE.