pub unsafe extern "C" fn M_setMojoDefineInt(
context: *mut M_RuntimeContext,
key: *const c_char,
value: c_int,
)Expand description
Sets a mojo compile-time define with an integer value.
@param context The runtime context. @param key The name of the define. @param value The integer to set the define to.