strcpy

Function strcpy 

Source
pub unsafe extern "C" fn strcpy(
    dest: *mut c_char,
    src: *mut c_char,
) -> *mut c_char