跳到主要内容

memset

搜索

函数 memset 

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