Function memset

Source
pub unsafe extern "C" fn memset(
    __dst: *mut c_void,
    __ch: c_int,
    __n: c_ulong,
) -> *mut c_void