Function libc::strftime

source ยท
pub unsafe extern "C" fn strftime(
    buf: *mut c_char,
    maxsize: size_t,
    format: *const c_char,
    timeptr: *const tm,
) -> size_t