Function ctime_r

pub unsafe extern "C" fn ctime_r(
    timep: *const i64,
    buf: *mut i8,
) -> *mut i8
Available on crate feature dep_sdl2 only.