pub unsafe extern "C" fn XGBoosterSaveModel(
    handle: BoosterHandle,
    fname: *const c_char
) -> c_int
Expand description

\brief save model into existing file \param handle handle \param fname file name \return 0 when success, -1 when failure happens