Function rustpython_vm::stdlib::errno::errors::strftime_l
source · pub unsafe extern "C" fn strftime_l(
buf: *mut i8,
maxsize: usize,
format: *const i8,
timeptr: *const tm,
locale: *mut c_void
) -> usize