1 2 3 4 5 6
#ifndef __MAL_INTEROP__ #define __MAL_INTEROP__ MalVal *invoke_native(MalVal *call_data); #endif