strcpy

Function strcpy 

Source
#[unsafe(no_mangle)]
pub extern "C" fn strcpy( destination: *mut c_char, source: *const c_char, ) -> *mut c_char