pub unsafe extern "C" fn xila_string_copy( destination: *mut c_char, source: *const c_char, ) -> *mut c_char
Copy string from source to destination
This function is unsafe because it dereferences raw pointers.