Function memset

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