Function strcpy

Source
pub unsafe extern "C" fn strcpy(
    _Destination: *mut c_char,
    _Source: *const c_char,
) -> *mut c_char