pub unsafe extern "C" fn XGDMatrixNumRow(
handle: DMatrixHandle,
out: *mut bst_ulong,
) -> c_intExpand description
\brief get number of rows. \param handle the handle to the DMatrix \param out The address to hold number of rows. \return 0 when success, -1 when failure happens