Function stpcpy

pub unsafe extern "C" fn stpcpy(
    dst: *mut i8,
    src: *const i8,
) -> *mut i8
Available on crate feature dep_sdl2 only.