void mhash1(key1, h1) char* key1 HV* h1 CODE: I32 klen1 = strlen(key1); if ( hv_exists(h1, key1, klen1) ) { }