wcsftime

Function wcsftime 

Source
pub unsafe extern "C" fn wcsftime(
    __s: *mut wchar_t,
    __maxsize: usize,
    __format: *const wchar_t,
    __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.