Function asctime_r

pub unsafe extern "C" fn asctime_r(
    tm: *const tm,
    buf: *mut i8,
) -> *mut i8
Available on crate feature dep_sdl3 only.