fn test_c() { mut p := C.malloc(4) s := 'hope' C.memcpy(p, s.str, 4) }