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