/** To avoid depending on the libc, these are provided in
* platform.rs. As their signatures are so simple, we're not going
* through a round of cbindgen for them. */#include<stdbool.h>#include<stddef.h>voidassert(boolexpression);voidabort(void);void*memcpy(void*dest,constvoid*src,size_tn);intmemcmp(constvoid*s1,constvoid*s2,size_tn);void*memset(void*s,intc,size_tn);