跳到主要内容

memccpy

搜索

函数 memccpy 

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