pub unsafe extern "C" fn clingo_configuration_description(
    configuration: *const clingo_configuration_t,
    key: clingo_id_t,
    description: *mut *const c_char
) -> bool
Expand description

! Get the description of an entry. ! ! @param[in] configuration the target configuration ! @param[in] key the key ! @param[out] description the description ! @return whether the call was successful