[][src]Function swim_c_sys::string::memcpy

pub unsafe extern "C" fn memcpy(
    dest: *mut void,
    src: *const void,
    n: size_t
) -> *mut void