_strftime_l

Function _strftime_l 

Source
pub unsafe extern "C" fn _strftime_l(
    _Buffer: *mut c_char,
    _MaxSize: usize,
    _Format: *const c_char,
    _Tm: *const tm,
    _Locale: _locale_t,
) -> usize