openmpt_module_ctl_get_text

Function openmpt_module_ctl_get_text 

Source
pub unsafe extern "C" fn openmpt_module_ctl_get_text(
    mod_: *mut openmpt_module,
    ctl: *const c_char,
) -> *const c_char
Expand description

\brief Get current ctl string value

\param mod The module handle to work on. \param ctl The ctl key whose value should be retrieved. \return The associated ctl value, or NULL on failure. \sa openmpt_module_get_ctls \since 0.5.0