asctime_s

Function asctime_s 

Source
pub unsafe extern "C" fn asctime_s(
    _Buffer: *mut c_char,
    _SizeInBytes: usize,
    _Tm: *const tm,
) -> errno_t