pub unsafe extern "C" fn memmove_verw_s(
    dest: *mut c_void,
    sizeinbytes: size_t,
    src: *const c_void,
    count: size_t
) -> c_int