[][src]Function bibutils_sys::_memccpy

pub unsafe extern "C" fn _memccpy(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Val: c_int,
    _MaxCount: usize
) -> *mut c_void