cmake HAS_RAWMEMCHR examples

romange/helio cmake/internal.cmake :40

check_cxx_source_compiles("
#include <string.h>
int main() {
 rawmemchr((const void*)8, 13);
 return 0;
}" HAS_RAWMEMCHR)