[][src]Function CCODE::memccpy

pub unsafe extern "C" fn memccpy(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Val: c_int,
    _Size: c_ulonglong
) -> *mut c_void