跳到主要内容

memmove

搜索

函数 memmove 

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