pub unsafe extern "C" fn mi_option_is_enabled(
option: mi_option_t,
) -> bool
Expand description
Returns true if the provided option is enabled.
Note: this function is not thread safe.
pub unsafe extern "C" fn mi_option_is_enabled(
option: mi_option_t,
) -> bool
Returns true if the provided option is enabled.
Note: this function is not thread safe.