pub unsafe extern "C" fn memset(
    __s: *mut c_void,
    __c: i32,
    __n: u64
) -> *mut c_void