Function memset

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