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

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