pub fn validate( indices: &[usize], param_count: usize, ) -> Result<(), UserParamError>
Validate that the indices used by the SQL match the caller’s supplied params (contiguous from 0, length match).