Function libc::strftime_l

source ·
pub unsafe extern "C" fn strftime_l(
    buf: *mut c_char,
    maxsize: size_t,
    format: *const c_char,
    timeptr: *const tm,
    locale: locale_t
) -> size_t