Function cstrcpy

Source
pub unsafe extern "C" fn cstrcpy(
    __dest: *mut i8,
    __src: *const i8,
) -> *mut i8