strftime_l

Function strftime_l 

Source
pub unsafe extern "C" fn strftime_l(
    s: *mut i8,
    max: usize,
    format: *const i8,
    tm: *const tm,
    locale: *mut c_void,
) -> usize