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.
pub unsafe extern "C" fn mi_option_set_enabled(
option: mi_option_t,
enable: bool,
)Enable or disable the given option.
Note: this function is not thread safe.