mi_option_set_enabled

Function mi_option_set_enabled 

Source
pub unsafe extern "C" fn mi_option_set_enabled(
    option: mi_option_t,
    enable: bool,
)
Expand description

Enable or disable the given option.

Note: this function is not thread safe.