[][src]Function lightgbm_sys::LGBM_FastConfigFree

pub unsafe extern "C" fn LGBM_FastConfigFree(
    fastConfig: FastConfigHandle
) -> c_int

\brief Release FastConfig object.

\param fastConfig Handle to the FastConfig object acquired with a *FastInit() method. \return 0 when it succeeds, -1 when failure happens