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