Function rcap::memcpy [] [src]

pub unsafe extern "C" fn memcpy(
    __dest: *mut c_void,
    __src: *const c_void,
    __n: size_t
) -> *mut c_void