pub unsafe extern "C" fn mi_option_is_enabled(
option: mi_option_t,
) -> boolExpand 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,
) -> boolReturns true if the provided option is enabled.
Note: this function is not thread safe.