pub fn exec_result<S: Into<String>>(
    conn: Connection<'_>,
    sql: S,
    params: impl ParameterCollectionRef
) -> Result<ExecResult>