pub unsafe extern "C" fn clingo_control_cleanup(
    control: *mut clingo_control_t
) -> bool
Expand description

! @param[in] control the target ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_bad_alloc ! ! @see clingo_control_get_enable_cleanup() ! @see clingo_control_set_enable_cleanup()